func github.com/andybalholm/brotli.setCost
4 uses
github.com/andybalholm/brotli (current package)
backward_references_hq.go#L89: func setCost(histogram []uint32, histogram_size uint, literal_histogram bool, cost []float32) {
backward_references_hq.go#L159: setCost(histogram_literal[:], numLiteralSymbols, true, cost_literal[:])
backward_references_hq.go#L160: setCost(histogram_cmd[:], numCommandSymbols, false, cost_cmd)
backward_references_hq.go#L161: setCost(histogram_dist[:], uint(self.distance_histogram_size), false, self.cost_dist_)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |